home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch06s02s04.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  4.3 KB  |  113 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>2.4.┬áSelective Gaussian Blur</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch06s02.html" title="2.┬áBlur filters" />
  12.     <link rel="prev" href="ch06s02s03.html" title="2.3.┬áGaussian Blur" />
  13.     <link rel="next" href="ch06s02s05.html" title="2.5.┬áMotion Blur" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">2.┬áBlur filters</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch06s02s03.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">2.4.┬áSelective Gaussian Blur</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch06s02s05.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-selective-blur"></a>2.4.┬áSelective Gaussian Blur</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3472332" class="indexterm"></a>
  38.       <div class="mediaobject">
  39.         <img src="../images/filters/filters-blur-gaussselect.png" />
  40.       </div>
  41.       <div class="simplesect" lang="en" xml:lang="en">
  42.         <div class="titlepage">
  43.           <div>
  44.             <div>
  45.               <h4 class="title"><a id="id3472363"></a>Overview</h4>
  46.             </div>
  47.           </div>
  48.         </div>
  49.         <p>
  50.       This filter is found in 
  51.       <span class="guimenuitem">Image>Filters/Blur/<span class="accel">S</span>elective Gaussian Blur</span>
  52.     </p>
  53.         <p>
  54.       Contrary to  the other blur plugins, the Selective Gaussian Blur plugin doesn't act on all pixels: 
  55.       blur is applied only if the difference between its value and the value of the surrounding 
  56.       pixels is less than a defined Delta value. So, contrasts are preserved because difference is high on 
  57.       contrast limits. It is used to blur a background so that the foreground subject will stand out 
  58.       better. This add a sense of depth to the image with only a single operation.
  59.     </p>
  60.       </div>
  61.       <div class="simplesect" lang="en" xml:lang="en">
  62.         <div class="titlepage">
  63.           <div>
  64.             <div>
  65.               <h4 class="title"><a id="id3472400"></a>Options</h4>
  66.             </div>
  67.           </div>
  68.         </div>
  69.         <div class="variablelist">
  70.           <dl>
  71.             <dt>
  72.               <span class="term">Blur Radius</span>
  73.             </dt>
  74.             <dd>
  75.               <p>
  76.             Here you can set the blur intensity, in pixels.
  77.           </p>
  78.             </dd>
  79.             <dt>
  80.               <span class="term">Max. Delta</span>
  81.             </dt>
  82.             <dd>
  83.               <p>
  84.             Here you can set the maximum difference (0-255) between the pixel value and the surrounding
  85.             pixel values. Above this Delta, blur will not be applied to that pixel.
  86.           </p>
  87.             </dd>
  88.           </dl>
  89.         </div>
  90.       </div>
  91.     </div>
  92.     <div class="navfooter">
  93.       <hr />
  94.       <table width="100%" summary="Navigation footer">
  95.         <tr>
  96.           <td width="40%" align="left"><a accesskey="p" href="ch06s02s03.html">Prev</a>┬á</td>
  97.           <td width="20%" align="center">
  98.             <a accesskey="u" href="ch06s02.html">Up</a>
  99.           </td>
  100.           <td width="40%" align="right">┬á<a accesskey="n" href="ch06s02s05.html">Next</a></td>
  101.         </tr>
  102.         <tr>
  103.           <td width="40%" align="left" valign="top">2.3.┬áGaussian Blur┬á</td>
  104.           <td width="20%" align="center">
  105.             <a accesskey="h" href="index.html">Home</a>
  106.           </td>
  107.           <td width="40%" align="right" valign="top">┬á2.5.┬áMotion Blur</td>
  108.         </tr>
  109.       </table>
  110.     </div>
  111.   </body>
  112. </html>
  113.